hip.audio_decoding.audio

Undocumented in source.

Public Imports

hip.api.audio
public import hip.api.audio;
Undocumented in source.
hip.api.data.audio
public import hip.api.data.audio;
Undocumented in source.

Members

Aliases

HipAudioDecoder
alias HipAudioDecoder = HipWebAudioDecoder
Undocumented in source.
HipAudioDecoder
alias HipAudioDecoder = HipAudioFormatsDecoder
Undocumented in source.
HipAudioDecoder
alias HipAudioDecoder = HipNullAudioDecoder
Undocumented in source.

Classes

HipAllResample
class HipAllResample
Undocumented in source.
HipAudioFormatsDecoder
class HipAudioFormatsDecoder
Undocumented in source.
HipNullAudioDecoder
class HipNullAudioDecoder
Undocumented in source.
HipWebAudioDecoder
class HipWebAudioDecoder
Undocumented in source.

Functions

WasmDecodeAudio
WasmAudioBuffer WasmDecodeAudio(size_t length, void* ptr, JSDelegateType!(void) dg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WasmGetClipChannels
size_t WasmGetClipChannels(WasmAudioBuffer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WasmGetClipDuration
double WasmGetClipDuration(WasmAudioBuffer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WasmGetClipSamplerate
float WasmGetClipSamplerate(WasmAudioBuffer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WasmGetClipSize
size_t WasmGetClipSize(WasmAudioBuffer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
monoToStereo
T[] monoToStereo(T[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
stereoToMono
T[] stereoToMono(T[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
stereoToMonoSplit
T[][2] stereoToMonoSplit(T[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta